DHCP Configuration

I want to use Mikrotik only for DHCP Server.

My scenario is this, when new client request arrive on my interface Mikrotik automatically gives it ipaddress in range 192.168.0.0/255.255.255.0 network.

After that I will assign my network ipaddress like 10.10.1.25 subnet 255.255.248.0 dns 10.10.1.1 and gateway 10.10.1.1 and in some users I will aggsin ip 10.10.2.25 subnet 255.255.248.0 dns 10.10.1.2 and gateway 10.10.1.2 by dhcp leases.

Is this possible ?