Hello @dipendu_g
You can do something like this:
var recipient = {recipient: {_key: "email", email: "john.smith@example.com"}} // identify the recipient
nms.subscription.Subscribe("SVC1", recipient, false) //subscribe to service 1
nms.subscription.Subscribe("SVC2", recipient, false) //subscribe...