Two RF24, one send, one receive simultaneously

I finally found a solution, as follows.

The module nRF24 has an external interrupt when it receives a package. So just interrupting the transmision for a short term when the receiver has already received a package make the system work perfectly.

Thanks very much for the interest and the response.