Multiple sockets to listen single port on TCP server

Can I use multiple sockets to listen a single port in TCP server mode for W5500? Does someone have an example to realize it?

If you want to use the multiple listening TCP sockets in TCP Server mode(W5500), it can use it.

image

But the socket of W5500 will open the socket in sequence.