2 Subnet routing problem

hey guys

so i got 2 networks thats connected through wireless

Site 1:
CCR103612G4S
192.168.1.0/24
ETH3: 10.10.10.2/24

Site 2:
750UP
192.168.101.0/24
eth3: 10.10.10.3/24


the configuration for the first site is these

# jan/02/1970 00:51:50 by RouterOS 6.30.1
# software id = B9UA-X3ZT
#
/interface bridge
add arp=proxy-arp name=Local
/interface ethernet
set [ find default-name=ether1 ] name=DIA
set [ find default-name=ether2 ] arp=proxy-arp
/ip pool
add name=dhcp_pool1 ranges=192.168.1.4-192.168.1.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=Local name=dhcp1
/ppp profile
add dns-server=8.8.8.8,8.8.4.4 local-address=192.168.1.3 name=VPN \
    remote-address=dhcp_pool1
/interface bridge port
add bridge=Local interface=ether12
add bridge=Local interface=ether11
/interface pptp-server server
set enabled=yes
/ip address
add address=10.10.10.2/24 interface=ether2 network=10.10.10.0
add address=192.168.1.3/24 interface=Local network=192.168.1.0
/ip dhcp-server network
add address=192.168.1.0/24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall address-list
add address=192.168.1.0/24 disabled=yes list=Wireless
add address=192.168.101.0/24 disabled=yes list=Wireless
/ip firewall mangle
add chain=prerouting disabled=yes dst-address-list=Wireless src-address=\
    192.168.1.0/24
add chain=prerouting disabled=yes dst-address-list=Wireless src-address=\
    192.168.101.0/24
/ip firewall nat
add action=masquerade chain=srcnat disabled=yes dst-address-list=Wireless \
    src-address-list=Wireless
/ip route
add distance=1 dst-address=192.168.101.0/24 gateway=10.10.10.3
/ppp secret
add local-address=192.168.1.3 name=m1 password=m1 profile=VPN service=pptp
/system routerboard settings
set cpu-frequency=1200MHz memory-frequency=1066DDR
/tool romon port
add

2nd Site

# jan/02/1970 01:08:24 by RouterOS 6.15
# software id = JHG9-EVV2
#
/interface bridge
add arp=proxy-arp l2mtu=1598 name=Local
/interface ethernet
set [ find default-name=ether1 ] name=DIA
set [ find default-name=ether2 ] arp=proxy-arp
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m \
    mac-cookie-timeout=3d
/ip pool
add name=dhcp_pool1 ranges=192.168.101.3-192.168.101.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=Local name=dhcp1
/interface bridge port
add bridge=Local interface=ether5
add bridge=Local interface=ether2
/ip address
add address=10.10.10.3/24 interface=ether2 network=10.10.10.0
add address=192.168.101.2/24 interface=Local network=192.168.101.0
/ip dhcp-server network
add address=192.168.101.0/24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall address-list
add address=192.168.1.0/24 disabled=yes list=Wireless
add address=192.168.101.0/24 disabled=yes list=Wireless
/ip firewall mangle
add chain=prerouting disabled=yes dst-address-list=Wireless src-address=\
    192.168.1.0/24
add chain=prerouting disabled=yes dst-address-list=Wireless src-address=\
    192.168.101.0/24
/ip firewall nat
add action=masquerade chain=srcnat disabled=yes dst-address-list=Wireless \
    src-address-list=Wireless
/ip route
add distance=1 dst-address=192.168.1.0/24 gateway=10.10.10.2
/ip upnp
set allow-disable-external-interface=no

so what i want is to ping any pc from both network

like pc1 on site1 can ping pc1 on site 2

known that i can ping the getway for site 2 from site1