Double DHCP server pool on the same network

Hi everybody,
I'm a fresh neewbie on routerOS, I have purchased an hAP ac with 6.46.1 and my configuration is very basic, after a "quick setup" I have:
- eth1 on WAN (connected to my ISP router)
- wlan 1 (2.4Ghz) on LAN assigned to "bridge"
- wlan 2 (5Ghz) on LAN assigned to "bridge"

DHCP server from 192.168.99.8 to 192.168.99.100 (i.e.)

I have added after the quick setup two virtual wireless ap, one for each wlan because my need is to separate the wifi relay and google home devices in a separate wifi, I did that but I would like to add a little challenge: have two different dhcp address pool assigned to each wlan. I.E. my scenario would be:
- SSID: MyHomeWiFi (wlan1 and wlan2) linked to DCHP server with a pool from 192.168.99.8 to 192.168.99.58
- SSID: MyHomeIoT (virtual wlan1 and virtual wlan2) linked to another DCHP server with a pool from 192.168.99.120 to 192.168.99.150

In this way I'm sure that all wifi devices connected to the dedicated SSID lives in each ecosystem.

I've searched a lot among this forum and also google but all the tutorial or examples referer to different pools on different subnets, like 192.168.88.0/24 and 192.168.34.0/24, my need is different.

Anyone knows if is possible realize this configuration?

Thanks in advance