1) You must create a session:
screen -S session_name
2) If you want to connect to the existing session:
screen -x session_name
Output from sessions will be identical. Input comes from all sessions.
It will not work if you are logged in from different users!