Multiple pptp clients on one mikrotik

Hello.
I bought hap ac2 (RBD52G-5HacD2HnD-TC) for my home needs. It works like a charm. However i’d like to make some improvements for my home network.

As of today the network is straight and simple:

Provider's cable -> Mikrotik (Bridge + Subnet 192.168.1.0/24) -> Wired and wireless clients

To access internet i have to connect via pptp from mikrotik. I have pptp-client set up. I’d like to create two subnets, like 192.168.1.0/24 and 192.168.2.0/24, for different clients and separate them based on pptp-cilent, so that one subnet connect through one pptp-client and second subnet connect through another pptp-client.

Is it possible to get two or even more pptp-clients to work simultaneously on my mikrotik? I’ve done a little research in wiki and google and found nothing related.
I confess that my knowledge in this area is pretty poor, so i’d like to get an advice to reach my goal.

Sure you can create more that 1 PPTP Clients…

This is called Policy Based Routing. You can achieve it either with the use of Mangles, example here https://wiki.mikrotik.com/wiki/Policy_Base_Routing
or with IP Route Rules…

Thanks, @Zacharias.
Now i see why i haven’t succeed in my research. Incorrect search terms. I’ll dive into the topic you linked. Seems like i should learn a bit more about network basics anyway.