If you do want full l2 connectivity, perhaps you should investigate ZeroTier
(which is supported by Mikrotik)
I have not tried it, but I believe it will do this.
Yay, Thank youBut there is. You just have to go to PPP -> Profiles, and make a new one (or a copy of default)
/ip firewall nat
add action=masquerade chain=srcnat comment="wireguard: masquerade" \
out-interface=bridge src-address=192.168.100.0/24
/ip address
add address=10.2.0.2/30 interface=WG0 network=10.2.0.0
Check here: viewtopic.php?p=1025978#p1025970
Try to change bridge protocol from rstp (default) to none.
Whenever I have tried this it never allows me to have 2 with the same tunnel ID.You can do that with two local EoIP interfaces.Bridge-To-Bridge joiner.