I use signalR for connect client to server,how can I use multi server for signalR connection,for example a signal connection shared between 3 or 4 server,where all user connect to one endpoint but multi server in backend running
You are looking for what SignalR refers to as a backplane for scaling out.
Start with the documentation. Then go from there.