Strange RX Port Behavior

I know I am only printing out on regular Serial.

My goal is to print on regular Serial when anything is received by the Bluetooth module.

In my example if the 2nd module receives information, only SoftwareSerial registers that data was received, regular Serial does nothing.

In my example if the 1st module receives information, both the SoftwareSerial and regular Serial register that data was received.

I double checked, and this is the sketch I tested with.