I use Radmin VPN. I can access to remote computer without problems. I want to access other remote resources within the same network of remote computer.
Remote network has a router all devices connected to this router. I tried IP Forwarding. I couldn't access other devices except the remote pc.
How can i access to ther remote resources within the same network of remote computer?

It sounds like what you’re running into is a limitation of how Radmin VPN works — by default, it only builds a tunnel to the host machine, not the entire LAN behind it. If you want to reach other devices on the remote network (printers, NAS, other PCs, etc.), you’ll need to either:
Set up the remote PC as a gateway/router (using proper routing + NAT rules),
Or use a VPN solution that supports bridging the entire LAN, not just the single host.
Some people solve this with tools like OpenVPN in bridged mode or ZeroTier, since those can make all the devices on the LAN accessible.
@Space Waves