Yes you may.
It's simply another backup, but it doesn't affect the chain of log backups and differential backups which are based on the last full backup.
To use it, simply append WITH COPY_ONLY to the regular backup script:
BACKUP DATABASE AdventureWorks2008
TO DISK = ‘c:\bu\AdventureWorks2008_Copy.bak’
WITH COPY_ONLY