i’m having two mikrotik that use the same dsl line. They are behind the ISPs Modem. When i make a vpn call from another network to theirs Public IP the call always ends at one (always the same) mikrotik. I want a specific WAN IP to make a VPN connection to the other Mikrotik. I didn’t manage to setup the network to forward the call to the other mikrotik.
Generally OP could construct a dst-nat rule on the “outer” routerboard with src-address= which would forward VPN connection attempt to the “inner” routerboard (the rest of VPN connection attempts would land on the outer RB). That can be done for simpler protocols (e.g. ssh or http), I’m not sure about VPN.
If ISP’s modem is doing NAT for you, then “pig could fly” … but more likely ISP’s modem is in a “bridge mode” and only passes packets between ISP’s access network and your routerboard.