Two VPN tunnel in Mikrotik, how can I set their IP address?

So, I’ve got two ipsec VPN up and running on my Mikrotik

  • VPN A: remote addr=1.0.0.1, local addr=dynamic
  • VPN B: remote addr=1.0.0.1, local addr=dynamic

I’m somewhat confused because in /ip routes, those two vpn interface share the same remote addr, so what I want to achieve is set an IP address for each of the interfaces.

  • 10.10.10.1 will go to Interface_VPN A
  • 10.10.10.2 will go to Interface_VPN B

I’ve been playing with static routes, NAT, mangle, and filter rule with no avail. I still cannot ping 10.10.10.1. What is the correct way to do that?