Can we use a common service without module into other module (specifically controller) in NestJs?

I am working on a NestJs project. There are different modules. I want to have a common service without module that can b used anywhere in the app.
Is it possible to use a common service without module? If yes then how can i use it? Actually i want to use different functions from a service.