You can use route to add network routes to the Windows routing table to pass traffic between the two subnets and network interfaces—below are two quick examples.

ROUTE ADD 192.168.2.0 MASK 255.255.255.0 192.168.0.108 
ROUTE ADD 192.168.0.0 MASK 255.255.255.0 192.168.2.1 

This will give the two network interfaces on the laptop (Ethernet and Wi-Fi), a route to get to the other subnet between the two—but test and adjust accordingly for your needs.


Further Resources

  • Route