This question has been asked before but needs more clarity, is it somehow possible to reuse modules or single components from a angular-cli app to another?<
As Niel Lunn said in his comment, the solution was "Just import relative to the path". So this leads to that you can reuse your modules over apps that resides in one project!
Check here to see how you create multiple apps in one project.