Do the two routers have routes to the subnets behind each via the PPTP tunnel?
If you don't know post some detail. Start with the output of "/ip address print detail", "/ip route print detail", "/interface print detail", "/ip firewall export", as well as "/interface pptp-server export" and "/interface pptp-client export" from the relevant routers, and an accurate network diagram.
/ip address print detail
0 address=192.168.100.2/24 network=192.168.100.0 interface=LAN actual-interface=LAN
1 address=192.168.10.2/28 network=192.168.10.0 interface=LAN actual-interface=LAN
2 address=192.168.2.2/24 network=192.168.2.0 interface=LAN actual-interface=LAN
3 address=xx.xx.xx.x4/29 network=xx.xx.xx.x2 interface=WAN actual-interface=WAN
9 D address=192.168.101.2/32 network=192.168.101.163 interface=<pptp-elie-1> actual-interface=<pptp-elie-1>
10 D address=192.168.101.2/32 network=192.168.101.162 interface=<pptp-elie> actual-interface=<pptp-elie>
14 address=192.168.101.2/24 network=192.168.101.0 interface=WAN actual-interface=WAN
/ip route print detail
0 A S dst-address=0.0.0.0/0 pref-src=xx.xx.xx.x4 gateway=xx.xx.xx.x3 gateway-status=xx.xx.xx.x3 reachable WAN distance=1 scope=30 target-scope=10
1 ADC dst-address=192.168.2.0/24 pref-src=192.168.2.2 gateway=LAN gateway-status=LAN reachable distance=0 scope=10
2 ADC dst-address=192.168.101.0/24 pref-src=192.168.101.2 gateway=WAN gateway-status=WAN reachable distance=0 scope=10
3 ADC dst-address=192.168.101.162/32 pref-src=192.168.101.2 gateway=<pptp-elie> gateway-status=<pptp-elie> reachable distance=0 scope=10
4 ADC dst-address=192.168.101.163/32 pref-src=192.168.101.2 gateway=<pptp-elie-1> gateway-status=<pptp-elie-1> reachable distance=0 scope=10
5 ADC dst-address=xx.xx.xx.x2/29 pref-src=xx.xx.xx.x4 gateway=WAN gateway-status=WAN reachable distance=0 scope=10
/interface pptp-server server
set authentication=pap,chap,mschap1,mschap2 default-profile=VPN-pptp enabled=yes keepalive-timeout=30 max-mru=1460 max-mtu=1460 mrru=disabled
/ip firewall
add action=masquerade chain=srcnat comment="Masquerade Network!" disabled=no out-interface=WAN src-address=192.168.100.0/23
Hope that everything is clear now
, thx again guys.
Concerning the network diagram it is not complicated, both MT are directly connected to internet 1 with public ip and the other with private ip and behind each MT a 24 port switch which all computers are connected to.