How to pass traffic throuhg vpn

Ok so I have a simple vpn up and running between two Mikrotiks. They can ping each other and I can get to the remote winbox interface on the internal vpn address.
Now what I am trying to do is be able to access the web interface of my APs over this VPN. They are all on ip range 192.168.10.0/24 how do I route this traffic over my vpn? The server side VPN address is 10.0.16.9 and the remote client side vpn address is 10.0.16.55.

Thanks

so the lan address’s are the same on both sides of the networks?
if thats the case you need to make it a bridged vpn

if each side of the networks is on a different subnet then you need to add routes so that both sides know about each other.

eg. a-b-c-d
a cant get to d
so you add a route on b telling it that d is available via c
^ this is why i love ripv2 does it all for you
just make sure you handle your default route properly.

Thanks got it working