Modbus defines registers and a master/slave model: that is common to both variants. What differs is the transport. Modbus RTU runs over a serial link (RS485, sometimes RS232); Modbus TCP runs over Ethernet/IP. The functions and data are identical — a meter exposes the same registers either way.

