Hi,
To configure two VRRP groups, you need to use different vrids, kndly refer to the example in the documentation:
https://support.huawei.com/hedex/hdx.do?docid=EDOC1100037168&id=dc_cfg_vrrp_0066&lang=en
Key configuration:
Device A:
#
interface Vlanif100
ip address 10.1.1.1 255.255.255.0
vrrp vrid 1 virtual-ip 10.1.1.111
vrrp vrid 1 priority 120
vrrp vrid 1 preempt-mode timer delay 20
vrrp vrid 2 virtual-ip 10.1.1.112
#
Device B
#
interface Vlanif100
ip address 10.1.1.2 255.255.255.0
vrrp vrid 1 virtual-ip 10.1.1.111
vrrp vrid 2 virtual-ip 10.1.1.112
vrrp vrid 2 priority 120
vrrp vrid 2 preempt-mode timer delay 20
#
I hope this helps.