Not exactly what I want but I managed to pass ISP.B to Mi1
Mi1
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option packet_steering '1'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0.1'
list ports 'eth0.10'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.20.1'
option netmask '255.255.255.0'
option delegate '0'
config interface 'wan'
option device 'eth0.2'
option proto 'dhcp'
config interface 'wan6'
option device 'eth0.2'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix 'auto'
option norelease '1'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '6t 4 2'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '6t 1'
config interface 'wg'
...
config wireguard_wg
...
config switch_vlan
option device 'switch0'
option ports '6t 2t'
option vlan '10'
config interface 'wan2'
option proto 'dhcp'
option device 'eth0.20'
config switch_vlan
option device 'switch0'
option ports '6t 2t'
option vlan '20'
config device
option name 'eth0.2'
option type '8021q'
option ifname 'eth0'
option vid '2'
option macaddr '...'
MI2
config interface 'loopback'
option device 'lo'
option proto 'static'
list ipaddr '127.0.0.1/8'
config globals 'globals'
option packet_steering '1'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0.1'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ip6assign '60'
list ipaddr '192.168.10.1/24'
config interface 'wan'
option device 'eth0.2'
option proto 'dhcp'
config interface 'wan6'
option device 'eth0.2'
option proto 'dhcpv6'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '6t 4'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '6t'
config switch_vlan
option device 'switch0'
option ports '6t 1t'
option vlan '10'
config switch_vlan
option device 'switch0'
option ports '2 1t'
option vlan '20'
config interface 'link'
option proto 'dhcp'
option device 'eth0.10'
config device
option name 'eth0.2'
option type '8021q'
option ifname 'eth0'
option vid '2'