NRF24L01 and ESP01 communication

Hi friends, I am trying to setup a communication system between esp01 and NRF24L01 to operate Relays.
I can communicate between two NRF24L01 modules using Arduino UNO. Plus ive also managed to send commands to ESP01 via my smartphone using router. So, what i am looking for is a system where i can use both these modules so i can get wide range of communication.
For example:
At transmitter station i will use ESP01 + NRFL01 + Arduino Uno + Router + Phone; while at Receiver station NRFL01 + Arduino Uno + Relay Board.
So at transmitter when i send command (Relay:ON/OFF) from my phone it will send it to ESP01 and ESP01 will send it to NRFL01 and it will send that command to other NRFL01 which is at receiver station and relay will be ON/OFF.

Questions:

  1. Is this possible?
  2. If it is how to communicate with ESP01 and NRFL01

Any links or codes or tutorials will be helpful.

Thank you.