PPTP tunnel working, but can't ping other device in network

Hi. Aj have two networks 192.168.0.0/24 and 192.168.20.0/24 connected via PPTP. (PPTP client 192.168.20.5 is connected PPTP server 192.168.0.200).
I’m able to ping this two devices from each other, but i’m unable to ping from PPTP server routerboard for example 192.168.20.150…

local-address = 192.168.10.1
remote-address = 192.168.10.2

i have added static routes:
On pptp server 192.168.20.0/24 gw=192.168.10.2
On pptp client 192.168.0.0/24 gw=192.168.10.1

Can you Help me with this problem?

You need proxy arp.
Follow setup example in the manual
http://wiki.mikrotik.com/wiki/Manual:Interface/PPTP#Connecting_Remote_Client

Proxy-arp is set on both sites.

From 192.160.0.200 i can ping 192.168.20.5 but can’t 192.168.20.1 (that is default gw) or 192.168.20.150

From 192.168.20.5 i can ping 192.168.0.200 but can’t 192.168.0.110