There are two independent networks 192.168.10.0/24 and 192.168.20.0/24 , in each workstation and server.
There was a need to unite both networks by a gateway on RouterOS ( Mikrotik RB2011 ). To do this, I added two bridges net10 and net20 , each bridge through nat released on the Internet. The difficulty arose with the configuration of the firewall. It is impossible to configure it in such a way that access to another network was only for servers (for example, 192.168.10.10-15 should have access to 192.168.20.10-15 , and vice versa), and workstations to another network are denied access.