Processing to Arduino multiple parameters

The problem is that I can't see what is that Arduino receives

The problem may be that you don't know how to see what the Arduino receives. It is NOT that you can't do it.

Serial.read() on the Arduino reads what Processing sent. Serial.print() sends data to Processing.

All you need to do is read the serial data that Processing receives, and print it.