I am not an RDS expert. However, according to their documentation and a web search, you can. Use this command and change the database name:
exec msdb.dbo.rds_restore_database
@restore_db_name='database_name',
@s3_arn_to_restore_from='arn:aws:s3:::bucket_name/file_name_and_extension';