2
In general you cannot install a module twice without doing some work. The short answer is - you have to go through the module and rename every constant, variable and file name that distinguishes the module.
Some modules are built to be cloneable, yours probably isn't. Usually the accompanying documentation will tell you if it is possible.